Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sioconvpsのみを学習するconfigファイルを追加 #191

Merged
merged 2 commits into from
Nov 14, 2024

Conversation

Geson-anko
Copy link
Member

概要

特に目立った性能向上はありませんでしたが、ヘッド数といったハイパーパラメータが削除されたのでこれからSioconvPSを用いていこうと思います。

変更内容

影響範囲

Submit前の確認項目

  • タイトルは一目でわかるようにし、説明文は PR を簡潔に説明するようにしましたか?
  • あなたの PR が、異なる変更を束ねたものではなく、ひとつのことだけを行うものであることを確認しましたか?
  • この PR で導入されたすべての変更点をリストアップしましたか?
  • PR をmake runコマンドでローカルでテストしましたか?

補足

@Geson-anko Geson-anko requested a review from myxyy November 12, 2024 06:59
dim_out: 1
num_stack: ${python.eval:"12 * 12"} # assuming image size is 144x144, patch size is 12x12.
forward_dynamics_hidden_projection:
_target_: ami.models.policy_value_common_net.LerpStackedHidden
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LerpStackedHiddenはヘッド毎の正規化が入っています。
SioConvPSは正規化が必要なほど隠れ状態のノルムは大きくならないはずなので
正規化抜いたバージョンのLerpStackedHiddenを用意できますでしょうか?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@myxyy 修正しました。dfbe64d

Copy link
Collaborator

@myxyy myxyy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

対応ありがとうございます。LerpStackedFeaturesがありましたね

@Geson-anko Geson-anko merged commit d133bd3 into main Nov 14, 2024
2 checks passed
@Geson-anko Geson-anko deleted the geson/learn-only-sioconvps branch November 14, 2024 00:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants